home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / msysjour / vol04 / 02a / os2hello / hello0 next >
Text File  |  1988-12-01  |  201b  |  14 lines

  1. #
  2. # make file for hello0.c
  3. #
  4.  
  5. INCLUDE=\os2\include\mt
  6. LIB=\os2\lib
  7. COPT=/Lp /W3 /Zp /Zie /Zl /G2s /I$(INCLUDE) /Alfw
  8.  
  9. hello0.exe: hello0.c hello0
  10.     cl $(COPT) hello0.c /link /co llibcmt
  11.  
  12.  
  13.  
  14.